home *** CD-ROM | disk | FTP | other *** search
/ Almathera Ten Pack 3: CDPD 3 / Almathera Ten on Ten - Disc 3: CDPD3.iso / fish / 726-750 / 732 / rtracker / rtload.script < prev    next >
AmigaDOS Script File  |  1995-03-18  |  1KB  |  26 lines

  1. .key path
  2.  
  3. ; RTInterface script to autoload some modules
  4. ; path is the current default path in RTPrefs.
  5.  
  6. ; WARNING:  Make sure you handle all cases where the file name has
  7. ;           a space in it!  (Such as "The File Name").  Either don't
  8. ;           use spaces in your file name, or use quotes.  
  9.  
  10. ; Load RTracker
  11.   "<path>RTracker"  
  12.                                  ;Load RTracker from the current default path.
  13.                                  
  14.                                  ;DO NOT try to run programs that don't
  15.                                  ;release the CLI; the program will lock.
  16.                                  ;Instead, use >NIL: <NIL:, which will
  17.                                  ;force the program to release the CLI.
  18.                                  ;Also, if you haven't redirected your
  19.                                  ;progs to NIL:, then if the program
  20.                                  ;doesn't exit before RTInterface quits,
  21.                                  ;it may hang around.
  22.                                  
  23.                                  
  24.  
  25.  
  26.